home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
Squeaky.swf
/
scripts
/
frame_90
/
PlaceObject2_268_40
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
343 b
|
19 lines
onClipEvent(enterFrame){
if(_root.hero.hitTest(this.ufotop) && _root.hero._y < this._y)
{
this.gotoAndStop(2);
if(this._y > 195)
{
this._y -= 1;
}
}
else
{
this.gotoAndStop(1);
if(this._y < 295 and _root.hero._x > 450)
{
this._y += 1;
}
}
}